home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcmag
/
v11n09
/
demo_8.exe
/
DE8SRC.EXE
/
DEMO8.RC
< prev
Wrap
Text File
|
1992-02-24
|
568b
|
24 lines
#include "windows.h"
#include "demo8.h"
penicon ICON pendemo.ico
DemoMenu MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit", IDM_EXIT
END
POPUP "&Options"
BEGIN
MENUITEM "&RCResult", IDM_RCRESULT, CHECKED
MENUITEM "&Enumerate Strings", IDM_SYMSTRINGS
MENUITEM "Symbol &Graph", IDM_SYMGRAPH
MENUITEM "Pen Data &Header", IDM_PENDATAHEADER
MENUITEM "Pen &Info", IDM_PENINFO
MENUITEM "Pen &Strokes", IDM_PENSTROKES
MENUITEM "Re&Draw Ink", IDM_PENINK
END
END